//==============================================================================
define Flame
{
	SetSelector
	{
		TechLogic none/Flaming Weapons Active
		set hotspot
		{
			version
			{
				Visualnone jimmy
			}
		}
		set hotspot
		{
			version
			{
				Visualparticle SFX A Flaming Sword
			}
		}
	}
}

//==============================================================================
define CurvedSword
{
	SetSelector
	{
			set hotspot
			{
				version
				{
					visual attachments e curved sword
						connect Fire Flame hotspot
				}
			}
		}
	}
}

//==============================================================================
define Kkopis
{
   SetSelector none 
   {
      set hotspot
      {
         version
         {
			Visual attachments g sword kkopis
				connect Fire Flame hotspot
         }
      }
   }
}

//==============================================================================
define KhopeshSword
{
   SetSelector
   {
     techlogic none/copper weapons/bronze weapons/iron weapons
     set hotspot
     {
        version
        {
           Visual attachments e khopesh standard
				connect Fire Flame hotspot
        }
     }  
     set hotspot
     {
        version
        {
           Visual Attachments E Khopesh Standard
				ReplaceTexture Scenario C Kamos Blade/Attachments E Khopesh Copper
				connect Fire Flame hotspot
        }
     }  
     set hotspot
     {
        version
        {
          Visual Attachments E Khopesh Standard
				ReplaceTexture Scenario C Kamos Blade/Attachments E Khopesh Bronze
				connect Fire Flame hotspot
        }
     }  
     set hotspot
     {
        version
        {
           Visual Attachments E Khopesh Standard
				ReplaceTexture Scenario C Kamos Blade/Attachments E Khopesh Iron
				connect Fire Flame hotspot
        }
     }  
   }
}